Framework error when running creating tfrecord format of image
While following tutorial of custom object detection using tensorflow api, i ran the script for creating tfrecord format then it throws error-
tensorflow.python.framework.errors_impl.NotFoundError: /home/images/car49
I checked that file that is not unbroken and also when i removed that file from images folder, it is yeilding same error.
Please help to overcome this.
You must be logged in to post. Please login or register an account.
car49 sounds like it has no extension?
Also, you would need to not only remove the file, you'd need to remove the file and the related .xml file from the labeling.
Next, you need to re-run the xml_to_csv, THEN create the TFRecord.
-Harrison 7 years ago
You must be logged in to post. Please login or register an account.